l10n: Change three dots to an ellipsis
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Wed, 19 Feb 2025 14:40:10 +0000 (15:40 +0100)
committerCamila Ayres <hello@camilasan.com>
Thu, 20 Feb 2025 08:09:48 +0000 (09:09 +0100)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
src/gui/macOS/ui/FileProviderStorageInfo.qml

index 0e8ad2549cc35e7a12e1749f35799d3d9c298d7d..d6b0850e1762bf1fbc240c1522d29faa9a07a775 100644 (file)
@@ -56,7 +56,7 @@ GridLayout {
         Layout.row: 0
         Layout.column: 2
         Layout.alignment: Layout.AlignRight | Layout.AlignVCenter
-        text: qsTr("Evict local copies...")
+        text: qsTr("Evict local copies …")
         onPressed: root.evictDialogRequested()
     }